home *** CD-ROM | disk | FTP | other *** search
/ Most Valuable Games 1 / Most Valuable Games I (MVP Publishing)(February 1995).iso / games1 / nascar / inst.bat < prev    next >
DOS Batch File  |  1994-09-12  |  585b  |  39 lines

  1. @echo off
  2. if %3 == install goto install
  3. echo If you wish to install NASCAR Racing into your system,
  4. echo please run the INSTALL.EXE program.
  5. goto exit
  6.  
  7. rem   usage:  inst  from_drive to_drive install
  8. rem example:  inst  d: c: install
  9.  
  10. :install
  11. %2
  12. copy %1*.386
  13. copy %1nasdemo.exe
  14. copy %1setup.exe
  15. copy %1setup.cfg
  16. copy %1sound.cfg
  17. copy %1gameopts.cfg
  18. copy %1controls.cfg
  19. copy %1pminfo32.exe
  20. copy %1rminfo.exe
  21. echo %1\nasdemo > lib.cfg
  22.  
  23. md cars
  24. cd cars
  25. md cars
  26. cd ..
  27.  
  28. md effects
  29. md objs
  30. md rol
  31. md sound
  32.  
  33. md tracks
  34. cd tracks
  35. md taladega
  36. cd ..
  37.  
  38. :exit
  39.